home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / sound / dmpcc162.zip / DMPCC.CFG next >
Text File  |  1994-02-25  |  4KB  |  85 lines

  1. ; This is the configuration file for DMP Control Center.  Up to 10 different
  2. ; player configurations can be used.  All lines beginning with  a '{', ';', 
  3. ; or a space will be ignored.  Put the path and command-line parameters for
  4. ; all the programs you want to be able to choose from while using DMP Control
  5. ; Control Center.  Use the keys F1-F10 while in DMP Control Center to select
  6. ; from your different configurations.  The lines already present are only an
  7. ; example of how to use this file.  This file MUST exist in the same directoy
  8. ; as the DMPCC.EXE file, and it MUST be name DMPCC.CFG.
  9.  
  10. c:\pas16\dmp\dmp.exe -c4 -i5 -d5 -s44100 -t30000
  11. c:\pas16\pmp\pmp.exe -c4 -i5 -d5 -s44100 -t21463
  12. dmp.bat
  13.  
  14. ; The above 3 lines are examples of how to tell DMP Control Center which
  15. ; player programs you want to use.  You can have up to 10.  Notice that the
  16. ; third line does not have the full pathname.  If a file, such as DMP.BAT
  17. ; above, is in your path, you do not need the full pathname.
  18.  
  19. ; default_file_mask=*.MOD
  20.  
  21. ; Remove the ; from the above line to enable the usage of a preset file mask.
  22. ; The default is *.*.
  23.  
  24. ; default_directory=c:\pas16\mod
  25.  
  26. ; Remove the ; from the above line to enable the usage of a preset directory.
  27. ; This is where DMP Control Center will start in.
  28.  
  29. temp=c:
  30.  
  31. ; The above line indicates the drive on which the temporary directory will be
  32. ; created for playing archived files.  I HIGHLY recommend using a RAM drive
  33. ; for this.  It is much faster than a hard drive.
  34.  
  35. zip=c:\util\pkunzip.exe
  36. arj=c:\util\arj.exe
  37. lha=c:\util\lha.exe
  38.  
  39. ; Change the above 3 lines so that they include the paths of your PKZIP, LHA,
  40. ; and ARJ programs.  None of these are needed for DMP Control Center, unless
  41. ; you want to play archived (compressed) files.
  42.  
  43. internal_decompression=true
  44. internal_decompression=false
  45.  
  46. ; Choose which of the above two lines you want, to specify how DMP Control
  47. ; Center will manage archive decompression upon startup.  This value can be
  48. ; changed while in DMP Control Center by hitting the TAB key.  INTERNAL
  49. ; decompression('true') means that DMP Control Center will take care of
  50. ; uncompressing files, using the archive program pathnames which you provided
  51. ; in this file.  EXTERNAL decompression('false') means that DMP Control
  52. ; Center will pass all decompression responsibility to the player program
  53. ; currently in use.  Since DMP can handle archive files, if you will mainly
  54. ; be using DMP then it would be a good idea to turn external decommpression
  55. ; ON, as in the second line above.
  56.  
  57. ;clockon=false
  58.  
  59. ; Remove the ; from the above line to disable the time and date display near
  60. ; the top of the screen in DMP Control Center, in order to save CPU time if
  61. ; you are multitasking.  This can also be toggled by typing 'T' while you are
  62. ; in DMP Control Center.
  63.  
  64. ;post_program=program.exe parameters
  65.  
  66. ; If you want a certain program to run everytime a file has finished playing,
  67. ; remove the ; from the above line and replace the 'program.exe' and
  68. ; 'parameters' with the full pathname of the program and the parameters, if
  69. ; any, which are needed.  You might want to use a program to speed up your
  70. ; keyboard if a player program is slowing it down.
  71.  
  72. ;sort=date
  73.  
  74. ; The above line shows how you can pre-specify the file-sorting method
  75. ; Options are:  NAME, EXTENSION, DATE, SIZE, and NONE.  Default is EXTENSION.
  76.  
  77. ;editor=c:\editor.exe
  78.  
  79. ; If you want to be able to edit files while in DMPCC, you must have a line
  80. ; like the one above, replacing 'c:\editor.exe' with your editor's pathname.
  81.  
  82. ;viewer=c:\viewer.exe
  83.  
  84. ; If you want to be able to view files while in DMPCC, you must have a line
  85. ; like the one above, replacing 'c:\viewer.exe' with your viewer's pathname.